home *** CD-ROM | disk | FTP | other *** search
- -- background: 14562 from stack: in.5
- -- bmap block id: 14721
- -- flags: 0000
- -- background id: 0
- -- name:
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=49 top=54 right=85 bottom=83
- -- title width / last selected line: 0
- -- icon id / first selected line: 264 / 264
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Help
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=87 top=54 right=85 bottom=124
- -- title width / last selected line: 0
- -- icon id / first selected line: 300 / 300
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Index
- ----- HyperTalk script -----
- on mouseUp
- push cd
- go cd 1
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=11 top=54 right=85 bottom=45
- -- title width / last selected line: 0
- -- icon id / first selected line: 19290 / 19290
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: About
- ----- HyperTalk script -----
- on mouseUp
- push cd
- go cd "about"
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: 2001
- -- rect: left=194 top=60 right=84 bottom=227
- -- title width / last selected line: 0
- -- icon id / first selected line: 1727 / 1727
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Return
- ----- HyperTalk script -----
- on mouseUp
- -- pop a card, but only if the destination is within this stack
- pop cd into destinationCd
- visual dissolve
- if destinationCd contains the long name of this stack then
- go destinationCd
- else
- go cd 1
- end if
- end mouseUp
-
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=284 top=60 right=84 bottom=317
- -- title width / last selected line: 0
- -- icon id / first selected line: 1731 / 1731
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-
-
- -- part 15 (button)
- -- low flags: 80
- -- high flags: 2001
- -- rect: left=284 top=60 right=84 bottom=317
- -- title width / last selected line: 0
- -- icon id / first selected line: 1730 / 1730
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- visual wipe left
- go next card
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 80
- -- high flags: 2001
- -- rect: left=246 top=60 right=84 bottom=279
- -- title width / last selected line: 0
- -- icon id / first selected line: 1729 / 1729
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Previous
- ----- HyperTalk script -----
- on mouseUp
- visual wipe right
- go prev card
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=246 top=60 right=84 bottom=279
- -- title width / last selected line: 0
- -- icon id / first selected line: 1728 / 1728
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
-